- Namespace
- Statiq
.Web - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["BootstrapperProcessExtensions"]
class Type type-node
Syntax
public static class BootstrapperProcessExtensions
Methods
Name | Return Value | Summary |
---|---|---|
Add |
TBootstrapper |
Adds a new process that runs in the background and will be started when not in the preview command.
static
|
Add |
TBootstrapper |
Adds a new process that runs in the background and will be started when in the preview command.
static
|
AddBackgroundProcess |
TBootstrapper |
Adds a new process that runs in the background.
static
|
Add |
TBootstrapper |
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 |
TBootstrapper |
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 |
TBootstrapper |
Adds a new process that runs in the background and will wait for process exit before starting the next process timing phase.
static
|
AddNonPreviewProcess |
TBootstrapper |
Adds a new process that will be started when not in the preview command.
static
|
AddNonPreviewProcess |
TBootstrapper |
Adds a new process that will be started when not in the preview command.
static
|
AddNonPreviewProcess |
TBootstrapper |
Adds a new process and will be started when not in the preview command.
static
|
AddPreviewProcess |
TBootstrapper |
Adds a new process that will be started when in the preview command.
static
|
AddPreviewProcess |
TBootstrapper |
Adds a new process that will be started when in the preview command.
static
|
AddPreviewProcess |
TBootstrapper |
Adds a new process that will be started when in the preview command.
static
|
AddProcess |
TBootstrapper |
Adds a new process.
static
|
AddProcess |
TBootstrapper |
Adds a new process.
static
|
AddProcess |
TBootstrapper |
Adds a new process.
static
|
ConfigureProcesses |
TBootstrapper |
Configures processes to launch.
static
|