Returns true if the batch job is still running. This is useful to determine the current status of the batch job. Please note that if a job gets interrupted manually, it might still run for a while, so using this method after stopping manually is important.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool IsRunning()
Visual Basic (Declaration)
Public Function IsRunning As Boolean
Visual C++
public:
bool IsRunning()

Return Value

True if the batch job is still running.

See Also