Method | Description | |
---|---|---|
getEnabled ( ) : boolean | ||
getID ( ) : string | ||
init ( $config ) | Initializes the service and attaches {@link run} to the RunService event of application. | |
run ( ) | Runs the service. | |
setEnabled ( $value ) | ||
setID ( $value ) |
public getEnabled ( ) : boolean | ||
return | boolean | whether the service is enabled |
public init ( $config ) |