adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Script Class / TestScript Method
Optional CredentialProfile representing the identity to run the script under. If no profile is provided, the client identity is used. The caller must have Use permission for the profile.


In This Topic
    TestScript Method
    In This Topic
    Executes the script to test it.
    Syntax
    'Declaration
     
    
    Public Function TestScript( _
       ByVal credentials As CredentialProfile _
    ) As MessageCollection

    Parameters

    credentials
    Optional CredentialProfile representing the identity to run the script under. If no profile is provided, the client identity is used. The caller must have Use permission for the profile.

    Return Value

    A collection of messages containing any messages from the execution. If execution was successful, an informational message will be included.
    See Also