Should we run this task?

Namespace: SynergyServerScripting
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

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.
public function ShouldRun( 
from_schedule : boolean 
) : boolean;
This language is not supported or no code example is available.

Parameters

from_schedule
Type: bool

whether or not this is from a schedule call

Return Value

Type: 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