Method
FoundryAcpAgentresume_session
unstable since: 1.2
Declaration [src]
DexFuture*
foundry_acp_agent_resume_session (
FoundryAcpAgent* self,
FoundryAcpClient* client,
FoundryBuildPipeline* pipeline,
const char* session_id
)
Description [src]
Starts a session using session_id. Implementations may multiplex sessions
or map the identifier to a process-specific transport.
Available since: 1.2
Parameters
client-
Type:
FoundryAcpClientA
FoundryAcpClientto receive client-side requests.The data is owned by the caller of the method. pipeline-
Type:
FoundryBuildPipelineA
FoundryBuildPipelineto use for launch.The argument can be NULL.The data is owned by the caller of the method. session_id-
Type:
const char*Session identifier to resume.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.