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

5 lines
104 B
PowerShell
Raw Normal View History

2021-08-06 12:12:27 -04:00
function Get-IcingaInternalPluginExitCode()
{
return $Global:Icinga.PluginExecution.LastExitCode;
}