Enum FtpServiceStatus
The current status of the IPausableFtpService.
Namespace: FubarDev.FtpServer
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public enum FtpServiceStatus
Fields
Name | Description |
---|---|
Paused | The service was paused. |
ReadyToRun | The service is ready to run. |
Running | The service is running. |
Stopped | The service was stopped. |