Request.ShouldContinueRunningInstallScript Method

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.MetaProvider.PowerShell
Assembly: Microsoft.OneGet.MetaProvider.PowerShell (in Microsoft.OneGet.MetaProvider.PowerShell.dll)

Usage

'Usage
Dim instance As Request
Dim packageName As String
Dim version As String
Dim source As String
Dim scriptLocation As String
Dim returnValue As Boolean

returnValue = instance.ShouldContinueRunningInstallScript(packageName, version, source, scriptLocation)

Syntax

'Declaration
Public MustOverride Function ShouldContinueRunningInstallScript ( _
    packageName As String, _
    version As String, _
    source As String, _
    scriptLocation As String _
) As Boolean
public abstract bool ShouldContinueRunningInstallScript (
    string packageName,
    string version,
    string source,
    string scriptLocation
)
public:
virtual bool ShouldContinueRunningInstallScript (
    String^ packageName, 
    String^ version, 
    String^ source, 
    String^ scriptLocation
) abstract
public abstract boolean ShouldContinueRunningInstallScript (
    String packageName, 
    String version, 
    String source, 
    String scriptLocation
)
public abstract function ShouldContinueRunningInstallScript (
    packageName : String, 
    version : String, 
    source : String, 
    scriptLocation : String
) : boolean

Parameters

  • packageName
  • version
  • source
  • scriptLocation

Return Value

Returns Boolean.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

Request Class
Request Members
Microsoft.OneGet.MetaProvider.PowerShell Namespace