Skip to main content

IExecutionSpecification.ActivateMessage property

Namespace: NextDesign.Core

Description

Startup messages received by this run spec
Returns null if no boot message exists.

Returns the message received by the origin on which this execution specification is activated.
If there is a startup message, this message will be the first element of ReceiveMessages.
Note)
Note that the first element of ReceiveMessages is not necessarily the launch message.
Since there is no startup message in the execution specification that is the starting point of the sequence, the first element of ReceiveMessages is
It may not be a startup message.

IMessage ActivateMessage { get; }

types