Kimmels-n-Bits / PSRelativityConfig

A PowerShell module with cmdlets to configure Relativity environments.
MIT License
1 stars 0 forks source link

Finalize 'Job Manager' Event Handler #15

Open Oasis-MS opened 2 months ago

Oasis-MS commented 2 months ago

consider TASK methods: [void]Event([EventAction]$event, [Task]$task) [void]Failed() {} [void]Completed() {} [void]Started() {} [void]Cancelled() {}

Many of these are optional overrides for TASK or PLAN objects