Returns true if the batch job has finished successfully (no errors or interrupted occured during the run and the data has been created successfully).

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

Syntax

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

Return Value

True if the batch job has finished successfully.

See Also