Manually interrupt a batch job. This will stop the processing and not generate any output files. Please note that, although this method returns immediately, the batch job will in fact run a bit longer until it has finished cleaning up. Therefore, the method IsRunning()()() should be used to identify the exact time of execution end.

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

Syntax

C#
public void Stop()
Visual Basic (Declaration)
Public Sub Stop
Visual C++
public:
void Stop()

See Also