Skip to content

Commit

Permalink
Improving Steps Logic (Fixes #35 Fixes #36)
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed May 22, 2023
1 parent ab3416a commit b6fbc68
Showing 1 changed file with 27 additions and 5 deletions.
32 changes: 27 additions & 5 deletions docs/Resume-Demo.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
Resume-Demo
-----------




### Synopsis
Resumes a Demo



---


### Description

Resumes a Demo that was paused or debugged with `!`.



---


### Related Links
* [Show-Demo](Show-Demo.md)

Expand All @@ -18,34 +30,44 @@ Resumes a Demo that was paused or debugged with `!`.





---


### Examples
#### EXAMPLE 1
```PowerShell
Resume-Demo
```



---


### Parameters
#### **DemoToResume**

The demo that will be resumed.



> **Type**: ```[Object]```

> **Required**: false

> **Position**: 1

> **PipelineInput**:true (ByValue)
|Type |Required|Position|PipelineInput |
|----------|--------|--------|--------------|
|`[Object]`|false |1 |true (ByValue)|





---


### Syntax
```PowerShell
Resume-Demo [[-DemoToResume] <Object>] [<CommonParameters>]
```
---

0 comments on commit b6fbc68

Please sign in to comment.