Command
Inherits: RefCounted
Properties
| Type | Name | Default |
|---|---|---|
| String[] | args | |
| int | code | |
| String | command | |
| String | stderr | |
| String | stdout | |
| float | timeout |
Methods
| Returns | Signature |
|---|---|
| void | cancel() |
| Command | create(command: String, args: String[]) |
| int | execute() |
| int | execute_blocking() |
| void | process(delta: float) |
Property Descriptions
args
String[] args
Note
There is currently no description for this property. Please help us by contributing one!
code
int code
Note
There is currently no description for this property. Please help us by contributing one!
command
String command
Note
There is currently no description for this property. Please help us by contributing one!
stderr
String stderr
Note
There is currently no description for this property. Please help us by contributing one!
stdout
String stdout
Note
There is currently no description for this property. Please help us by contributing one!
timeout
float timeout
Note
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
cancel()
void cancel()
Note
There is currently no description for this method. Please help us by contributing one!
create()
Command create(command: String, args: String[])
Note
There is currently no description for this method. Please help us by contributing one!
execute()
int execute()
Note
There is currently no description for this method. Please help us by contributing one!
execute_blocking()
int execute_blocking()
Note
There is currently no description for this method. Please help us by contributing one!
process()
void process(delta: float)
Note
There is currently no description for this method. Please help us by contributing one!