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