icinga-powershell-framework/lib/icinga/plugin/Get-IcingaInternalPluginExitCode.psm1
2021-09-02 09:23:10 +02:00

4 lines
104 B
PowerShell

function Get-IcingaInternalPluginExitCode()
{
return $Global:Icinga.PluginExecution.LastExitCode;
}