The MinimumRunDuration property specifies filtering by the amount of time required for successful SQL Server Agent job execution.
object.MinimumRunDuration [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Long integer specifying a number of seconds |
When the MinimumRunDuration property is 0, the property is not used as part of job execution history filtering.
Long
Read/write
HRESULT GetMinimumRunDuration(LPLONG pRetVal);
HRESULT SetMinimumRunDuration(long NewValue);