- Namespace
- Statiq
.Web - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ProcessesExtensions"]
class Type type-node
Syntax
public static class ProcessesExtensions
Methods
Name | Return Value | Summary |
---|---|---|
Add |
Processes |
Adds a new process that runs in the background and will be started when not in the preview command.
static
|
Add |
Processes |
Adds a new process that runs in the background and will be started when in the preview command.
static
|
AddBackgroundProcess |
Processes |
Adds a new process that runs in the background.
static
|
Add |
Processes |
Adds a new process that runs in the background, will be started when not in the preview command, and will wait for process exit before starting the next process timing phase.
static
|
Add |
Processes |
Adds a new process that runs in the background, will be started when in the preview command, and will wait for process exit before starting the next process timing phase.
static
|
AddConcurrentProcess |
Processes |
Adds a new process that runs in the background and will wait for process exit before starting the next process timing phase.
static
|
AddNonPreviewProcess |
Processes |
Adds a new process that will be started when not in the preview command.
static
|
AddNonPreviewProcess |
Processes |
Adds a new process that will be started when not in the preview command.
static
|
AddNonPreviewProcess |
Processes |
Adds a new process that will be started when not in the preview command.
static
|
AddPreviewProcess |
Processes |
Adds a new process that will be started when in the preview command.
static
|
AddPreviewProcess |
Processes |
Adds a new process that will be started when in the preview command.
static
|
AddPreviewProcess |
Processes |
Adds a new process that will be started when in the preview command.
static
|
AddProcess |
Processes |
Adds a new process.
static
|
AddProcess |
Processes |
Adds a new process.
static
|
AddProcess |
Processes |
Adds a new process.
static
|