Home > @rushstack/operation-graph > IRequestRunEventMessage
IRequestRunEventMessage interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
A message sent to the host to ask it to run this task.
Signature:
export interface IRequestRunEventMessage
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | (BETA) (Optional) Optional detail about why the rerun is requested, e.g. the name of a changed file. | ||
'requestRun' | (BETA) | ||
string | (BETA) The name of the operation requesting a rerun. |