Initializes the Task into a runnable state by clearing the LastStatus (if any),
clearing the cleanup handlers remaining (if any -- note that this may also trigger the
IDisposable behavior of any remaining cleanup handlers on the cleanup stack), and
reinitializing the execution enumerator.
Namespace: Styx.TreeSharpAssembly: Styx.TreeSharp (in Styx.TreeSharp.dll) Version: 3.0.1160.0 (3.0.1160)
Syntaxpublic override void Start(
Object context
)
Parameters
- context
- Type: SystemObject
The context.
Exceptions
See Also