TestingAgentStatus

sealed class TestingAgentStatus

The current status of the testing agent.

  • CREATED: The testing agent has been created.

  • PENDING: The testing agent is pending activation.

  • ACTIVE: The testing agent is active and available for use.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SdkUnknown(val value: String) : TestingAgentStatus

Properties

Link copied to clipboard
abstract val value: String