[This is preliminary documentation and is subject to change.]
Operation status
Namespace: Tools.TotalCommanderTAssembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public enum OperationStatus |
| Visual Basic |
|---|
Public Enumeration OperationStatus |
| Visual C++ |
|---|
public enum class OperationStatus |
| F# |
|---|
type OperationStatus |
| JScript |
|---|
public enum OperationStatus |
Members
| Member name | Value | Description | |
|---|---|---|---|
| End | 1 | Operation has ended (free buffers, flush cache etc) | |
| Start | 0 | Operation starts (allocate buffers if needed) | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |