icinga-powershell-framework/lib/icinga/plugin/Get-IcingaInternalPluginExitCode.psm1
2022-01-25 10:00:19 +01:00

4 lines
102 B
PowerShell

function Get-IcingaInternalPluginExitCode()
{
return $Global:Icinga.Private.Scheduler.ExitCode;
}