TaskWorkerCommandStatus<'FnCtx, 'GlCtx> Type
Status of a task worker command.
Union cases
Union case | Description |
Full Usage:
AvailableButNotReceived
|
|
Full Usage:
NotAvailable
|
|
Full Usage:
Received TaskWorkerCommand<'FnCtx, 'GlCtx>
Parameters:
TaskWorkerCommand<'FnCtx, 'GlCtx>
|
|
Instance members
Instance member | Description |
Full Usage:
this.IsAvailableButNotReceived
Returns: bool
|
|
Full Usage:
this.IsNotAvailable
Returns: bool
|
|
Full Usage:
this.IsReceived
Returns: bool
|
|