Class StateChangedEventArgs

Definition

Namespace:
Tizen.MachineLearning.Inference
Assembly:
Tizen.MachineLearning.Inference.dll
API Level:
8

An extended EventArgs class that contains the changed state of the pipeline

C#
Copy
public class StateChangedEventArgs : EventArgs
Inheritance
System.Object
StateChangedEventArgs

Properties

View Source

State

The changed state of the pipeline

Declaration
C#
Copy
public PipelineState State { get; }
Property Value
Type Description
PipelineState
API Level: 8