stc_process_state_e class abstract

@brief Enumeration for monitored process state. @since_tizen 4.0

Constructors

stc_process_state_e.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

STC_PROCESS_STATE_BACKGROUND → const int
< Background state
STC_PROCESS_STATE_FOREGROUND → const int
< Foreground state
STC_PROCESS_STATE_UNKNOWN → const int
< Unknown state