Extensions.ExternalServiceProvider.IsServiceExecutionFinishedEvent

From emotive
Jump to navigation Jump to search

Classification

Name IsServiceExecutionFinishedEvent
Short Description Tests if the given event indicates the termination of a Service
Class Term
Extension OTX ExternalServiceProvider extension
Group ExternalServiceProvider related terms
Exceptions
Checker Rules
Standard Compliant Yes

OTL Syntax

otx:BooleanTerm ExternalServiceProvider.IsServiceExecutionFinishedEvent(event:EventTerm event, esp:ServiceTerm serviceHandle);

Description

IsServiceExecutionFinishedEvent is a BooleanTerm that tests if the given event indicates the termination of a Service. Events that indicate termination of a Service are fired by a ServiceExecutionFinishedEventSource. ServiceExecutionFinishedEvents will be fired at normal termination of service and also abnormal termination by the TerminateService action.

Return Value

The Term returns the value, see table below.

Icons Note.png In OTX, Terms are categorized according to its return data type!
Data Type Description
otx:Boolean Tests if the given event indicates the termination of a Service

Properties

Name Data Type Class Default Cardinality Description
event event:Event Term - [1..1] Represents the Event whose type will be tested.
serviceHandle esp:Service Term - [0..1] The events of this Service instance will be tested.


See also

CreateProvider
DisposeProvider
ExecuteService
GetServiceProviderEventValues
SetProperty
TerminateService
GetProperty
IsDisposed
IsServiceRunning
GetServiceProviderFromEvent
IsServiceProviderEvent
ServiceExecutionFinishedEventSource
ServiceProviderEventSource