BuildMaster SDK Reference
Version:

IActionCancellationToken Interface

Represents a token which an action uses to determine if it was canceled.

Inheritance Hierarchy

  • Inedo.BuildMaster.Extensibility.Actions.IActionCancellationToken

Syntax

public interface IActionCancellationToken

Properties

Name Description
IsCancellationRequested

Gets a value indicating whether cancellation has been requested.

WaitHandle

Gets a WaitHandle that is signaled when the token is canceled.

Methods

Name Description
ThrowIfCancellationRequested

Throws a ActionCanceledException if this token has had cancellation requested.