You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JSON schema allows pauses ("until told to resume" AND "for amount of time") to contain a message that is to be displayed to the user in the run log.
current behavior
In APIv1:
Currently only messages from the indefinite pause type are surfacing in the app's run log.
Furthermore, pause for amount of times aren't being logged in the run log at all.
In APIv2:
Currently only messages from the indefinite pause type are surfacing in the app's run log.
Pause for amount of times are being logged with their amount of time in the run log.
desired behavior
In APIv1:
log both types of pauses with optional message in the RA's run log
In APIv2:
log both types of pauses with optional message in the RA's run log
The text was updated successfully, but these errors were encountered:
This adds an optional message parameter to the delay function in the python apiv2. The message is
published to the run log appended to the standard timing message. The json executor for apiv1 and
apiv2 is capable of receiving messages for both delays and pauses. This will allow PD user's input
Pause step messages to be presented in the App's run log regardless of the duration (including
indefinite holds) of a pause.
Closes#3308
This adds an optional message parameter to the delay function in the python apiv2. The message is
published to the run log appended to the standard timing message. The json executor for apiv1 and
apiv2 is capable of receiving messages for both delays and pauses. This will allow PD user's input
Pause step messages to be presented in the App's run log regardless of the duration (including
indefinite holds) of a pause.
Closes#3308
overview
The JSON schema allows pauses ("until told to resume" AND "for amount of time") to contain a message that is to be displayed to the user in the run log.
current behavior
In APIv1:
Currently only messages from the indefinite pause type are surfacing in the app's run log.
Furthermore, pause for amount of times aren't being logged in the run log at all.
In APIv2:
Currently only messages from the indefinite pause type are surfacing in the app's run log.
Pause for amount of times are being logged with their amount of time in the run log.
desired behavior
In APIv1:
log both types of pauses with optional message in the RA's run log
In APIv2:
log both types of pauses with optional message in the RA's run log
The text was updated successfully, but these errors were encountered: