Skip to main content

Namespace: ActivityExecutionResult

coresdk.activity_result.ActivityExecutionResult

Interfaces

Type Aliases

$Shape

Ƭ $Shape: { cancelled?: $Shape | null ; completed?: $Shape | null ; failed?: $Shape | null ; willCompleteAsync?: $Shape | null } & { cancelled?: null ; completed?: null ; failed?: null ; status?: undefined ; willCompleteAsync?: null } | { cancelled?: null ; completed: $Shape ; failed?: null ; status?: "completed" ; willCompleteAsync?: null } | { cancelled?: null ; completed?: null ; failed: $Shape ; status?: "failed" ; willCompleteAsync?: null } | { cancelled: $Shape ; completed?: null ; failed?: null ; status?: "cancelled" ; willCompleteAsync?: null } | { cancelled?: null ; completed?: null ; failed?: null ; status?: "willCompleteAsync" ; willCompleteAsync: $Shape }

Narrowed shape of an ActivityExecutionResult.