Package version:

Interface StorageTaskAssignmentExecutionContext

Execution context of the storage task assignment.

interface StorageTaskAssignmentExecutionContext {
    target?: ExecutionTarget;
    trigger: ExecutionTrigger;
}

Properties

Properties

Execution target of the storage task assignment

Execution trigger of the storage task assignment