JobLimits interface
Properties
job |
Polymorphic discriminator, which specifies the different types this object can be |
timeout | The max run duration in ISO 8601 format, after which the job will be cancelled. Only supports duration with precision as low as Seconds. |
Property Details
jobLimitsType
Polymorphic discriminator, which specifies the different types this object can be
jobLimitsType: "Command" | "Sweep"
Property Value
"Command" | "Sweep"
timeout
The max run duration in ISO 8601 format, after which the job will be cancelled. Only supports duration with precision as low as Seconds.
timeout?: string
Property Value
string