public class LTSJob| LTSJob | Initializes a new instance of the LTSJob class |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| ActualEndTime | Time at which the job ended in the simulation. Can be different from EndTime since the the job runs until the stop conditions are fulfilled. |
| ActualStartTime | Time at which the job started in the simulation. Can be different from StartTime since the previous job can extend into this job. |
| DtMax | Maximum Dt in Job |
| DtMin | Minimum Dt in job |
| EndTime | End time of LTS Job |
| EndTimeNoDuration | End time of LTS Job if no duration for stop conditions is considered |
| HotStartDate | Time to extract hotstart from |
| HotStartFile | Name and path of hot start file |
| HotStartInflow | Inflow used to determine which hotstart file to use. |
| JobStartCriterionId | Id of Job-start criteria |
| JobStopCriterionId | Id of Job-stop criteria which determined the job end time |
| JobStopCriterionNoDurationId | Id of Job-stop criteria which determined the job end time with no duration |
| StartTime | Start time of LTS Job |
| UseHotStartFile | Flag indicating if to use hot start file |