For async batch runs (AsyncBatchStart(String, array<String>[]()[], array<String>[]()[], Boolean, Boolean, PDFHandler..::.BatchOutputType)) this method returns true, if the batch run has finished successfully and completely.

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

Syntax

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

See Also