TypeLib Xojo support Plugin
Task.TaskCompletedDelegate Delegate
(console safe)
Delegate to receive completed signal when task run in async mode finishes.
TaskCompletedDelegate(
taskInstance
as
EinhugurRuntime.Task
)
Parameters
taskInstance
Handle to the completed task.
Remarks
See Also
Task Class