Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.04 KB

Trace-VstsLeavingInvocation.md

File metadata and controls

31 lines (25 loc) · 1.04 KB

Trace-VstsLeavingInvocation

table of contents | brief

NAME
    Trace-VstsLeavingInvocation

SYNOPSIS
    Writes verbose information about the invocation being left.

SYNTAX
    Trace-VstsLeavingInvocation [-InvocationInfo] <InvocationInfo> [<CommonParameters>]

DESCRIPTION
    Used to trace verbose information when leaving a function/script. Writes a leaving message followed by a
    short description of the invocation.

PARAMETERS
    -InvocationInfo <InvocationInfo>

        Required?                    true
        Position?                    1
        Default value
        Accept pipeline input?       false
        Accept wildcard characters?  false

    <CommonParameters>
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see
        about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).