AwaitableEventGroup<T>.TrySetCanceled method
Attempts to transition the underlying task into the Canceled state.
public virtual bool TrySetCanceled()
Return Value
True if the AwaitableEventGroup
was successful; otherwise, false.
See Also
- class AwaitableEventGroup<T>
- namespace Microsoft.Coyote.Actors
- assembly Microsoft.Coyote.Actors