Version:
IOperationExecutionContext Interface
Provides the context for an execution.
Inheritance Hierarchy
- Inedo.Otter.Extensibility.Operations.IOperationExecutionContext
Syntax
public
interface
IOperationExecutionContext : IOtterContext
Properties
|
Name |
Description |
|
Agent
|
Gets the current agent.
|
|
CancellationToken
|
Gets the current System.Threading.CancellationToken for the operation.
|
|
ExecutionStatus
|
Gets the current execution status.
|
|
ServerName
|
Gets the name of the current server used for operations.
|
|
Simulation
|
Gets a value indicating whether state-modifying actions should be simulated.
|
|
WorkingDirectory
|
Gets the default working directory used for operations.
|