Rush StackShopBlogEvents
Skip to main content

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

detail?

string

(BETA) (Optional) Optional detail about why the rerun is requested, e.g. the name of a changed file.

event

'requestRun'

(BETA)

requestor

string

(BETA) The name of the operation requesting a rerun.