Interface IStepExecutionContext
Represents the the data transfer object for all execution configurations be used in the core
and which can be accessed hereby in the model if required.
Namespace: Mars.Interfaces
Assembly: Mars.Interfaces.dll
Syntax
public interface IStepExecutionContext
Properties
| Improve this Doc View SourceExecutionThread
Gets or sets the one of the thread executing the step.
Declaration
Thread ExecutionThread { get; set; }
Property Value
Type | Description |
---|---|
System.Threading.Thread |