LoggingOpcode
LoggingOpcode
LoggingOpcode
LoggingOpcode
Enum
Definition
Specifies an event opcode. Opcodes represent an operation within a component of an application and are used to logically group events.
public : enum class LoggingOpcodepublic enum LoggingOpcodePublic Enum LoggingOpcode// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Info Info Info Info | An informational event. |
| Reply Reply Reply Reply | A reply event. |
| Resume Resume Resume Resume | An event that represents an activity resuming after being suspended. |
| Send Send Send Send | An event that represents transferring activity to another component. |
| Start Start Start Start | An event that represents the start of an activity. |
| Stop Stop Stop Stop | An event that represents the end of an activity. The event corresponds to the last unpaired Start event. |
| Suspend Suspend Suspend Suspend | An event that represents the activity being suspended pending another activity's completion. |
Remarks
Providers use tasks and opcodes to logically group events. Grouping events makes it easy to query for only those events that contain specific task and opcode combinations.