icinga-powershell-framework/lib/icinga/plugin/Get-IcingaInternalPluginExitCode.psm1

5 lines
102 B
PowerShell
Raw Normal View History

2021-08-06 12:12:27 -04:00
function Get-IcingaInternalPluginExitCode()
{
2021-12-09 11:42:06 -05:00
return $Global:Icinga.Private.Scheduler.ExitCode;
2021-08-06 12:12:27 -04:00
}