Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/script_nop/mod.ts>Rule#notifyAction

A framework for notification-oriented programming paradigm (NOP) implemented in TypeScript.
Go to Latest
method Rule.prototype.notifyAction
Re-export
import { Rule } from "https://deno.land/x/script_nop@v2.4.0/mod.ts";

Notifies an Action of a Rule. This notification can only be triggered if the Rule has received the proper notifications of its Condition and its dependencies through Actions.

Returns

Promise<void>