EndDialogPacket[integer]
is a WSTP packet indicating the end of the Dialog subsession referenced by integer.
EndDialogPacket
EndDialogPacket[integer]
is a WSTP packet indicating the end of the Dialog subsession referenced by integer.
Examples
Basic Examples (1)
Launch a subsidiary Wolfram Language kernel process:
link = LinkLaunch[First[$CommandLine] <> " -wstp"]LinkRead[link]Write the packet representing the text "Dialog[]" to enter:
LinkWrite[link, EnterTextPacket["Dialog[]"]]LinkRead[link]Write the packet representing the text "Return[]" to enter:
LinkWrite[link, EnterTextPacket["Return[]"]]Read the EndDialogPacket expression indicating the end of a dialog subsession:
LinkRead[link]LinkRead[link]LinkRead[link]LinkClose[link]See Also
Tech Notes
History
Introduced in 1996 (3.0)
Text
Wolfram Research (1996), EndDialogPacket, Wolfram Language function, https://reference.wolfram.com/language/ref/EndDialogPacket.html.
CMS
Wolfram Language. 1996. "EndDialogPacket." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/EndDialogPacket.html.
APA
Wolfram Language. (1996). EndDialogPacket. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/EndDialogPacket.html
BibTeX
@misc{reference.wolfram_2026_enddialogpacket, author="Wolfram Research", title="{EndDialogPacket}", year="1996", howpublished="\url{https://reference.wolfram.com/language/ref/EndDialogPacket.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_enddialogpacket, organization={Wolfram Research}, title={EndDialogPacket}, year={1996}, url={https://reference.wolfram.com/language/ref/EndDialogPacket.html}, note=[Accessed: 12-June-2026]}