Class StateChangedEventArgs
Definition
- Assembly:
- Tizen.MachineLearning.Inference.dll
An extended EventArgs class that contains the changed state of the pipeline
public class StateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsStateChangedEventArgs
Properties
View SourceState
The changed state of the pipeline
Declaration
public PipelineState State { get; }
Property Value
Type | Description |
---|---|
PipelineState |