The execution state of a step.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class StepExecutionStatusDetail
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | StepExecutionStatusDetail()()()() | Initializes a new instance of the StepExecutionStatusDetail class | 
|  | CreationDateTime | 
            Gets and sets the property CreationDateTime. 
             The creation date and time of the step. | 
|  | EndDateTime | 
            Gets and sets the property EndDateTime. 
             The completion date and time of the step. | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | LastStateChangeReason | 
            Gets and sets the property LastStateChangeReason. 
             A description of the step's current state. | 
|  | StartDateTime | 
            Gets and sets the property StartDateTime. 
             The start date and time of the step. | 
|  | State | 
            Gets and sets the property State. 
             The state of the job flow step. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCreationDateTime(DateTime) | Obsolete. 
            Sets the CreationDateTime property
             | 
|  | WithEndDateTime(DateTime) | Obsolete. 
            Sets the EndDateTime property
             | 
|  | WithLastStateChangeReason(String) | Obsolete. 
            Sets the LastStateChangeReason property
             | 
|  | WithStartDateTime(DateTime) | Obsolete. 
            Sets the StartDateTime property
             | 
|  | WithState(String) | Obsolete. 
            Sets the State property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | StepExecutionStatusDetail |