For async batch runs (AsyncBatchStart(String, array<String>[]()[], array<String>[]()[], Boolean, Boolean, PDFHandler..::.BatchOutputType)), this method returns true while the batch is still running. Even after manually stopping the batch via AsyncBatchStop()()(), it might take a while until the execution of the thread stops. This method allows to check if the batch is still running or not.

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

Syntax

C#
public bool AsyncBatchIsRunning { get; }
Visual Basic (Declaration)
Public ReadOnly Property AsyncBatchIsRunning As Boolean
Visual C++
public:
property bool AsyncBatchIsRunning {
	bool get ();
}

See Also