CompilationTaskEventType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the type of a compilation task event.
public enum CompilationTaskEventType
type CompilationTaskEventType =
Public Enum CompilationTaskEventType
- Inheritance
-
CompilationTaskEventType
Fields
| End | 1 | Represents a compilation task end. |
| Start | 0 | Represents a compilation task start. |