1using System.Collections.Generic;
3using System.Threading.Tasks;
21 ValueTask
HandleEvent(
EventType eventType, IEnumerable<string?> parameters,
bool sensitiveParameters,
bool deploymentPipeline, CancellationToken cancellationToken);
30 ValueTask?
HandleCustomEvent(
string eventName, IEnumerable<string?> parameters, CancellationToken cancellationToken);
Consumes EventTypes and takes the appropriate actions.
ValueTask? HandleCustomEvent(string eventName, IEnumerable< string?> parameters, CancellationToken cancellationToken)
Handles a given custom event.
ValueTask HandleEvent(EventType eventType, IEnumerable< string?> parameters, bool sensitiveParameters, bool deploymentPipeline, CancellationToken cancellationToken)
Handle a given eventType .
EventType
Types of events. Mirror in tgs.dm. Prefer last listed name for script.