![]() | OutputLimitClause Properties |
The OutputLimitClause type exposes the following members.
Name | Description | |
---|---|---|
![]() | AfterNumberOfEvents |
Returns the after-keyword number of events, or null if undefined.
|
![]() | AfterTimePeriodExpression |
Returns the after-keyword time period.
|
![]() | AndAfterTerminateAndExpr |
Returns the optional expression evaluated when a context partition terminates before triggering output.
|
![]() | AndAfterTerminateThenAssignments |
Returns the set-assignments to execute when a context partition terminates.
|
![]() | CrontabAtParameters |
Returns the crontab parameters, or null if not using crontab-like schedule.
|
![]() | Frequency |
Returns output frequency.
|
![]() | FrequencyVariable |
Returns the variable name of the variable providing output rate frequency values, or null if the frequency is a
fixed value.
|
![]() | IsAndAfterTerminate |
Returns true for output upon termination of a context partition
|
![]() | Selector |
Returns the selector indicating the events to output.
|
![]() | ThenAssignments |
Returns the list of optional then-keyword variable assignments, if any
|
![]() | TimePeriodExpression |
Returns the time period, or null if none provided.
|
![]() | Unit |
Returns the unit the frequency is in.
|
![]() | WhenExpression |
Returns the expression that controls output for use with the when-keyword.
|