Task (gb)
This class is not creatable.
Properties
Handle
|
Return the background task process id.
|
Running
|
Returns whether the task is running or not.
|
Value
|
Returns the value returned by the background task.
|
Methods
Kill
|
A synonymous of the Stop method.
|
Stop
|
Abort the background task.
|
Wait
|
Wait for the background task's termination.
|
Events
Error
|
This event is raised when the background task prints something on its error output.
|
Kill
|
This event is raised when the task terminates.
|
Read
|
This event is raised when the background task prints something on its standard output.
|