Summary
Executes the specified script.
- Namespace
- Cake
.Core .Scripting - Containing Type
- IScriptSession
Syntax
void Execute(Script script)
Parameters
| Name | Type | Description |
|---|---|---|
| script | Script | The script to execute. |
Return Value
| Type | Description |
|---|---|
| void |
