BootstrapperProcessExtensions Class
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
AddBackgroundNonPreviewProcess<TBootstrapper>(TBootstrapper, ProcessTiming, string, string[]) TBootstrapper
Adds a new process that runs in the background and will be started when not in the preview command.
static
AddBackgroundPreviewProcess<TBootstrapper>(TBootstrapper, ProcessTiming, string, string[]) TBootstrapper
Adds a new process that runs in the background and will be started when in the preview command.
static
AddBackgroundProcess<TBootstrapper>(TBootstrapper, ProcessTiming, string, string[]) TBootstrapper
Adds a new process that runs in the background.
static
AddConcurrentNonPreviewProcess<TBootstrapper>(TBootstrapper, ProcessTiming, string, string[]) 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
AddConcurrentPreviewProcess<TBootstrapper>(TBootstrapper, ProcessTiming, string, string[]) 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>(TBootstrapper, ProcessTiming, string, string[]) 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>(TBootstrapper, ProcessTiming, bool, Func<IExecutionState, ProcessLauncher>) TBootstrapper
Adds a new process that will be started when not in the preview command.
static
AddNonPreviewProcess<TBootstrapper>(TBootstrapper, ProcessTiming, Func<IExecutionState, ProcessLauncher>) TBootstrapper
Adds a new process that will be started when not in the preview command.
static
AddNonPreviewProcess<TBootstrapper>(TBootstrapper, ProcessTiming, string, string[]) TBootstrapper
Adds a new process and will be started when not in the preview command.
static
AddPreviewProcess<TBootstrapper>(TBootstrapper, ProcessTiming, bool, Func<IExecutionState, ProcessLauncher>) TBootstrapper
Adds a new process that will be started when in the preview command.
static
AddPreviewProcess<TBootstrapper>(TBootstrapper, ProcessTiming, Func<IExecutionState, ProcessLauncher>) TBootstrapper
Adds a new process that will be started when in the preview command.
static
AddPreviewProcess<TBootstrapper>(TBootstrapper, ProcessTiming, string, string[]) TBootstrapper
Adds a new process that will be started when in the preview command.
static
AddProcess<TBootstrapper>(TBootstrapper, ProcessTiming, bool, Func<IExecutionState, ProcessLauncher>) TBootstrapper
Adds a new process.
static
AddProcess<TBootstrapper>(TBootstrapper, ProcessTiming, Func<IExecutionState, ProcessLauncher>) TBootstrapper
Adds a new process.
static
AddProcess<TBootstrapper>(TBootstrapper, ProcessTiming, string, string[]) TBootstrapper
Adds a new process.
static
ConfigureProcesses<TBootstrapper>(TBootstrapper, Action<Processes>) TBootstrapper
Configures processes to launch.
static