forked from Badgerati/Pode
-
Notifications
You must be signed in to change notification settings - Fork 0
Resume PodeServer
mdaneri edited this page Mar 10, 2025
·
1 revision
Resumes the Pode server from a suspended state.
Resume-PodeServer [[-Timeout] <Int32>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
This function resumes the Pode server, ensuring all associated runspaces are restored to their normal execution state. It triggers the 'Resume' event, updates the server's suspended status, and clears the host for a refreshed console view.
Resume-PodeServer
# Resumes the Pode server after a suspension.
{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The maximum time, in seconds, to wait for each runspace to be recovered before timing out. Default is 30 seconds.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
sss
x