Click or drag to resize

PageExecute Method (TriggerCategory, Int32, Object)

[This is preliminary documentation and is subject to change.]

Executes a trigger block containing cat with ID equal to id

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public void Execute(
	TriggerCategory cat,
	int id = 0,
	params Object[] args
)

Parameters

cat
Type: MonkeyspeakTriggerCategory
TriggerCategory
id (Optional)
Type: SystemInt32
args
Type: SystemObject
See Also