ProtoFlux:Start ASync Task

From Resonite Wiki
Start Async Task
*
TaskStart
OnStarted
OnFailed
Async

Because Async is a complicated subject, please see ASync Tasks For more information on how Async works and how this node can be used.

Start ASync Task is a ProtoFlux node that takes an impulse and starts an Async task.

Inputs

* (Call)

Start an ASync task.

Outputs

TaskStart (AsyncResumption)

Impulses when * (Call) and is a new async task context.

OnStarted (Continuation)

Fires at the exact same time as TaskStart and fires after * (Call) is called.

OnFailed (Continuation)

Fires after * (Call) was called and the task was not started. (TODO: Why?)

Examples