Task.ShouldRun Method
Should we run this task?
Public Function ShouldRun( _
ByVal from_schedule As Boolean _
) As Boolean
This language is not supported or no code example is available.
public bool ShouldRun(
bool from_schedule
)
This language is not supported or no code example is available.
public:
bool ShouldRun(
bool from_schedule
)
This language is not supported or no code example is available.
This language is not supported or no code example is available.
Parameters
-
from_schedule
-
bool
whether or not this is from a schedule call
Return Value
bool
whether or not we should run
.NET Framework
Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1