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
public class StateChangedEventArgs : EventArgs
- Inheritance
Properties
View SourceState
The changed state of the pipeline
Declaration
public PipelineState State { get; }
Property Value
Type | Description |
---|---|
PipelineState |