Skip to content

TOpenURLAsyncStatus

type

TOpenURLAsyncStatus = (oas_InProgress_Connecting, oas_InProgress_Connected, oas_Completed_Success, oas_Undefined, oas_Completed_Error, oas_Completed_Cancelled);

TOpenURLAsyncStatus = (oas_InProgress_Connecting, oas_InProgress_Connected, oas_Completed_Success, oas_Undefined, oas_Completed_Error);

Value Description
oas_Undefined no asynchronous URL opening initiated yet
oas_InProgress_Connecting asynchronous URL opening just started
oas_InProgress_Connected URL connection successful, analyzis in progress
oas_Completed_Success URL sucessfully connected
oas_Completed_Error URL connection failed