# IbmWorkloadSchedulerApi.StepHistoryInstance

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**status** | **Integer** | Represent the status of the instance | [optional] 
**startdate** | **Date** | The start date of the step | [optional] 
**elapsedtime** | **Integer** | The elapsed time from the start | [optional] 
**instancetype** | **Integer** | Default instance type | [optional] 
**jobinteger** | **Integer** | The integer of the job | [optional] 
**target** | **String** | The step&#39;s target, the agent where the step will run | [optional] 
**id** | **String** | The steps&#39;s id | [optional] 
**returncode** | **String** | The step&#39;s return code (OS process return code) | [optional] 
**type** | **String** | The step type | [optional] 
**details** | **String** | Details about the step | [optional] 


