Project

ImagePlayground

Automate image processing, codes, metadata, charts, topology, and visual stories from PowerShell.

Stars 100
Forks 7
Total downloads 712,347
Release ImagePlayground-PowerShellModule.v3.2.7
Language: C# Updated: 2026-08-25

API Reference

Command

New-ImageConsoleStoryPause

Namespace ImagePlayground
Inputs
None
Outputs
ImagePlayground.PowerShell.ImageConsoleStoryStep

Creates a silent timeline pause for an ImagePlayground console story.

Remarks

Creates a silent timeline pause for an ImagePlayground console story.

Examples

Authored help example

Hold before showing the next command

PS>


New-ImageConsoleStoryPause -Seconds 0.8
        

The pause affects animated SVG, HTML, GIF, and APNG timelines.

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

New-ImageConsoleStoryPause -Seconds <Double> [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

Seconds Double requiredposition: 0pipeline: False
Pause duration in seconds.

Outputs

ImagePlayground.PowerShell.ImageConsoleStoryStep: Use the console story command, output, table, blank-line, pause, tab, and tab-selection cmdlets to create steps.