Class StateChangedEventArgs

    Definition

    Namespace:
    Tizen.MachineLearning.Inference
    Assembly:
    Tizen.MachineLearning.Inference.dll

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

    public class StateChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    StateChangedEventArgs

    Properties

    View Source

    State

    The changed state of the pipeline

    Declaration
    public PipelineState State { get; }
    Property Value
    Type Description
    PipelineState
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX