Show / Hide Table of Contents

Enum FileTransferProgressEvent.FileTransferEventProgressStatus_Enum

Enumerates the different types of file transfer event.

Namespace: Moraware.JobTrackerAPI5
Assembly: JobTrackerAPI5.dll
Syntax
public enum FileTransferEventProgressStatus_Enum

Fields

Name Description
Cancelled

The file transfer has been cancelled.

CompletedSuccessfully

The file transfer has completed successfully.

CompletedWithException

The file transfer halted as a result of an exception.

TransferInProgress

The file transfer is ongoing.

Back to top Generated by DocFX