AppCenterAliases.

AppCenterTestStatus(ICakeContext, AppCenterTestStatusSettings) Method

Summary

Checks the status of the started test run.
Assembly
Cake.AppCenter.dll
Namespace
Cake.AppCenter
Containing Type
AppCenterAliases

Syntax

public static void AppCenterTestStatus(this ICakeContext context, AppCenterTestStatusSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings AppCenterTestStatusSettings The settings.

Return Value

Type Description
void