< Back

Test-PodeState

Sat Jan 18, 2020 7:21 pm

NAME Test-PodeState



SYNOPSIS

Tests if the shared state contains some state object.





SYNTAX

Test-PodeState [-Name] <String> [<CommonParameters>]





DESCRIPTION

Tests if the shared state contains some state object.





PARAMETERS

-Name <String>

The name of the state object.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

System.Boolean





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Test-PodeState -Name 'Data'















RELATED LINKS